'Declaration
Public Function SearchText_2( _ ByVal Text As String, _ ByVal Occurrence As Integer, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean _ ) As Boolean
public bool SearchText_2( string Text, int Occurrence, bool CaseSensitive, bool WholeWords )
public function SearchText_2( Text: String; Occurrence: Integer; CaseSensitive: Boolean; WholeWords: Boolean ): Boolean;
public function SearchText_2( Text : String, Occurrence : int, CaseSensitive : boolean, WholeWords : boolean ) : boolean;
public: bool SearchText_2( string* Text, int Occurrence, bool CaseSensitive, bool WholeWords )
public: bool SearchText_2( String^ Text, int Occurrence, bool CaseSensitive, bool WholeWords )
Parameters
- Text
- Occurrence
- CaseSensitive
- WholeWords